Fix gtk_widget_compute_transform
authorMatthias Clasen <mclasen@redhat.com>
Wed, 20 Feb 2019 00:29:56 +0000 (19:29 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 20 Feb 2019 00:31:16 +0000 (19:31 -0500)
commit93b47c12d7550c347ad453cf11cfc3cd8917c379
treefb3273f2493ce20f281812f47af474c276e2f1e1
parent9a8082bab28b565d2212713595b088b8eb9487cb
Fix gtk_widget_compute_transform

We were collecting all the transforms from widget
up to ancestor, and then trying to collect the
ones from target to ancestor, but failing.
gtk/gtkwidget.c